home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / RUBPB22A.ARJ / RUP22C.EXE / MANUAL.7 < prev    next >
Text File  |  1991-06-07  |  26KB  |  577 lines

  1.  
  2.                 __________________________
  3.                |                          |
  4.                |  Section 7: PAGE LAYOUT  |
  5.                |__________________________|
  6.  
  7.  
  8. CONTENTS
  9.  
  10. 7.1 Page Styles
  11. 7.2 Multiple Columns
  12. 7.3 Leading (Line Spacing) 
  13. 7.4 Headers and Footers
  14. 7.5 Layout Printing Sequence
  15. 7.6 The Folio (Page Number)
  16. 7.7 Vertical Justification
  17. 7.8 Widows and Orphans
  18. 7.9 Page Layout Over-Rides
  19.  
  20.  
  21. 7.1 PAGE STYLES
  22.  
  23. 7.1.1 PAPER SIZES
  24.  
  25. The PREVIEW and DOT-MATRIX PRINTER DRIVER functions of Version 2.2C of
  26. the Rubicon Publisher support only one size of paper: Letter Size
  27. (8.5x11 inches). Of course, you do not have to use the entire page: you
  28. can make the printed area of the page as small as you like, by adopting
  29. appropriate margin settings, using the <Margin...> instruction tags
  30. explained below.
  31.  
  32. Many of the laser and PostScript printers supported by the Publisher
  33. will accommodate more than one size of paper. The Publisher can be
  34. adjusted to conform to any size of paper such printers can handle, by
  35. means of the tag: <PAPER long= short=> where 
  36.                     long= the long dimension (length or height) of
  37.                     the paper, and 
  38.                     short= the short dimension (width) of the paper,
  39.                     specified in any units accepted by the Publisher.
  40.  
  41. 7.1.2 THE PRINTABLE ZONE
  42.  
  43. Many printers, especially laser printers, are not capable of printing 
  44. right out to the edges of the paper: there are "unprintable" areas 
  45. along the top, bottom, and sides of the paper, which the printhead 
  46. cannot reach. We will refer to these as the "Unprintable Zone", and the
  47. remaining portion of the page as the "Printable Zone". Note that
  48. the unprintable zone forms a frame around the printable zone. 
  49.  
  50. For the HP Laserjet II printer, in "portrait" (normal) mode, there 
  51. are normally unprintable strips 0.50 inches wide across the top and 
  52. bottom edges of the page, and 0.25 wide along the left and right edges 
  53. of the page.
  54.  
  55. Unfortunately, different models of printer have different unprintable 
  56. zones. If the unprintable zone dimensions for the particular printer 
  57. in use are unknown, and cannot be determined from the printer manual, 
  58. it is prudent to allow for unprintable zones of up to one-half inch 
  59. on all sides, when specifying the page layout co-ordinates.
  60.  
  61. 7.1.3 PAGE LAYOUT CO-ORDINATES
  62.  
  63. All page layout measurements used by the Publisher are measured from the
  64. TOP LEFT CORNER of the paper. This is called the ORIGIN of the page. It
  65. can be regarded as the origin point (0,0) of a Cartesian co-ordinate
  66. system, of which the x-axis, representing rows, extends down the left
  67. side of the paper, and the y-axis, representing columns, extends across
  68. the top. 
  69.  
  70. PAGE ORIENTATION
  71.  
  72. The normal orientation of printed text on a page is referred to as
  73. "Portrait" mode: the paper is oriented vertically; that is, one of the
  74. short edges is the top. Ordinary text is almost always printed in
  75. Portrait mode. 
  76.  
  77. The alternative page orientation is called "Landscape". When text is
  78. printed in Landscape mode, the paper is oriented horizontally, or
  79. "turned sideways"; that is, one of the long edges is the top, so the
  80. width of the page is greater than its length. This mode is generally
  81. used only if there is some special reason which makes it necessary, for
  82. example if information is being presented in tabular form, and the table
  83. is too wide to fit on the page in normal (Portrait) orientation. 
  84.  
  85. Landscape printing is initiated by the tag <landscape=on>, and cancelled 
  86. by the tag <landscape=off>. If this tag is used, it must be read by 
  87. the Publisher at the beginning of the file, before any printable text. 
  88. It should be followed by one or more <margin> tags, setting all 6 
  89. margins, which must also precede any printable text.
  90.  
  91. NOTE: The current version of the Publisher does not support Landscape
  92.       printing on dot-matrix printers, and documents in Landscape
  93.       orientation cannot be Previewed. 
  94.  
  95. The default mode of printing is Portrait; that is, if there is no 
  96. <landscape=> tag, the document will be printed in the normal Portrait 
  97. orientation.
  98.  
  99. PAGE INTERIOR
  100.  
  101. The tag: 
  102.  
  103. <margin top= left= bottom= right= > where
  104.              top= defines the top margin of the page interior
  105.              left= defines the left margin of the page interior
  106.              bottom= defines the bottom margin of the page interior
  107.              right= defines the right margin of the page interior
  108.  
  109. is used to define four margins around the edges of the page. These
  110. margins in turn define a rectangle called the "Page Interior". The
  111. Publisher prints the main text within the confines of the page interior.
  112. Auxiliary text such as headers, footers, and footnotes may be printed
  113. outside the page interior, for example, in the top or bottom margins. 
  114.  
  115. When specifying margins, it is of course necessary to ensure that the
  116. specified locations (particularly for the right and bottom margins) fall
  117. INSIDE THE PRINTABLE ZONE for the size of paper being used. Note that
  118. all margin locations are measured FROM THE ORIGIN. 
  119.  
  120. EXAMPLE: 
  121. <margin top=1.0in left=0.75in right=7.75in bottom=10.0in><qz><R>
  122. defines a page interior 7 inches wide and 9 inches long.
  123.  
  124. Margins may be specified using any of the units of measurement accepted 
  125. by the Publisher.
  126.  
  127. HEADER AND FOOTER DROP
  128.  
  129. The combination tag:
  130.  
  131. <MARGIN header=m footer=n>
  132.  
  133. or the separate tags:
  134.  
  135. <MARGIN header=m> and <MARGIN footer=n>
  136.  
  137. are used to define the header-drop m and the footer-drop n, that is, the
  138. locations of the top (highest ascender) of the header and of the footer.
  139.  
  140.  
  141. Example: the tag <margin header=1in footer=10in> will locate the top of
  142. the header one inch below the top of the page, and the top of the footer
  143. ten (10.0) inches below the top of the page. 
  144.  
  145. When specifying header and footer locations, it is necessary to make
  146. sure that they fall INSIDE THE PRINTABLE ZONE. In most cases, it is also
  147. necessary to make sure that they fall FAR ENOUGH OUTSIDE THE PAGE
  148. INTERIOR so that the header and footer will not impinge on the main
  149. text. 
  150.  
  151. If the header (or footer) consists of more than one line of text, the
  152. definition of the header (or footer) should contain an appropriate
  153. <leading...> tag, to ensure proper line spacing within the header (or
  154. footer). 
  155.  
  156. Normally, the contents of the header are printed entirely above the 
  157. page interior, in the top margin, and the contents of the footer are 
  158. printed entirely below the page interior, in the bottom margin, with 
  159. a reasonable amount of space separating them from the main text. However, 
  160. the Publisher has the ability to position items anywhere on the page 
  161. while printing a header or footer. For example, it is possible to 
  162. place a ruling line between the columns of the page interior, from 
  163. a header or footer.
  164.  
  165. 7.2 MULTIPLE COLUMNS
  166.  
  167. 7.2.1 THE COLUMN TAG
  168.  
  169. The arrangement of text in columns is governed by this very important 
  170. tag:
  171.  
  172. <column...>.
  173.  
  174. Two alternative procedures are available for specifying a multiple
  175. column layout. The column measure (width) and gutter-width may be
  176. specified, in which case the Publisher will automatically calculate the
  177. number of columns which will fit on a page. Alternatively, the count
  178. (number) of columns and the gutter-width may be specified, in which case
  179. the Publisher will automatically calculate the corresponding column
  180. measure. 
  181.  
  182. 7.2.2 COLUMN MEASURE
  183.  
  184. The first alternative is implemented by the tag:
  185.  
  186. <column measure= gutter= >   where 
  187.              measure= specifies the column measure (width), and 
  188.              gutter= specifies the column gutter (space between columns). 
  189.  
  190. The column measure and gutter may be specified with any of the units 
  191. of measurement accepted by the Publisher. The tag settings take effect 
  192. at the end of the current output line.
  193.  
  194. At run time, the Publisher will automatically lay out columns and 
  195. gutters of the specified dimensions on a page until the space remaining 
  196. in the page interior is insufficient for another column, and will 
  197. then start a new page. Of course, the specified column measure (width) 
  198. must not exceed the width of the page interior.
  199.  
  200. It is possible to use any column measure which does not exceed the 
  201. width of the page interior, but for practical reasons, some choices 
  202. are better than others.
  203.  
  204. Unless blank space is being deliberately preserved to accommodate 
  205. illustrations, or for some other reason, it is usually desired to 
  206. use all, or at least most, of the page interior for text. Accordingly, 
  207. if the page interior is 7 inches wide, a column width of 4 inches 
  208. would be a poor choice, since there would be room for only one such 
  209. column per page, and more than 40% of the page interior would be left 
  210. blank.
  211.  
  212. 7.2.3 COLUMN COUNT
  213.  
  214. The second alternative is implemented by the tag:
  215.  
  216. <column count= gutter= >   where 
  217.              count= specifies the number of columns per page, and
  218.              gutter= specifies the column gutter (space between columns).
  219.  
  220. At run time, the Publisher will automatically lay out the specified 
  221. number of columns and gutters of the specified dimensions on each 
  222. page.
  223.  
  224. It is possible to use any value for the column count, but for practical
  225. reasons, a value should be chosen which will produce lines of text which
  226. are neither too short nor too long for the size of type being used.
  227. Several narrow columns are easier to read than one very wide column,
  228. provided that each column is wide enough to contain a reasonable number
  229. of words of average length. The proper width for a column therefore
  230. depends on the type size: in general, the smaller the type, the narrower
  231. the columns should be. As an approximate "rule of thumb", the line
  232. length in picas (6ths of an inch) should not exceed twice the type size
  233. measured in points.  For example, a line of 12-point type should not
  234. exceed 24 picas (4 inches). 
  235.  
  236. Of course, the values given by this rule should be regarded as
  237. guidelines, rather than rigid rules. For some documents, it may be
  238. necessary to depart from these values, for a variety of reasons, even
  239. though this will result in some loss of readability. For example, some
  240. kinds of documents set in 12-point or smaller type are routinely
  241. formatted in a single full-width column, much wider than 4 inches, to
  242. comply with custom or tradition, or because such a format is required by
  243. law or government regulation. 
  244.  
  245. NOTE: In theory, the <Column...> tag can be used anywhere in a document,
  246.       but changing the column setup in the middle of a page is tricky,
  247.       and should not normally be attempted. Generally, the <Column..>
  248.       tag should only be used at the beginning of a document, or at the
  249.       beginning of a page following a "hard" page break. A full-width
  250.       heading on a multi-column page can be produced by defining it as a
  251.       header: see Section 7.4. 
  252.  
  253.  
  254. 7.3 LEADING (LINE SPACING) 
  255.  
  256. Leading (pronounced "ledding") refers to the vertical spacing between
  257. lines of type, measured from baseline of one line to the baseline of the
  258. next. 
  259.  
  260. The tag: 
  261.  
  262. <leading line= para= >, where
  263.          line= defines the inter-line leading or "line spacing", and
  264.          para= defines the inter-paragraph leading or "paragraph
  265.          spacing", 
  266.  
  267. is used to define the vertical spacing between lines and paragraphs.
  268. This tag takes effect at at the end of the current output line. Any unit
  269. of measurment accepted by the Publisher may be used in this tag.
  270.  
  271. Line leading is space between output lines, measured from baseline 
  272. to baseline. Paragraph leading is an extra amount of vertical space 
  273. added between paragraphs. The last line of one paragraph and the first 
  274. line of the next paragraph are separated by the normal line leading 
  275. plus the paragraph leading (measured from baseline to baseline).
  276.  
  277. The amount of leading used is to some extent a matter of style: however, 
  278. it must be sufficient to ensure that the descenders of one line do 
  279. not overlap the capital letters or ascenders of the next line, and 
  280. if underlining is being used in the text, additional leading may be 
  281. needed to accommodate it. The amount of leading needed obviously depends 
  282. on the point size of the type. It may also depend on the typeface: 
  283. some styles have longer ascenders and descenders than others.
  284.  
  285. Normally, the line leading must be at least as large as the point size
  286. of the type, and preferably somewhat larger.  As an approximate
  287. guideline, a leading 20% greater than the point size is recommended for
  288. small type sizes (less than 12 point); a leading 25% greater than the
  289. point size is recommended for larger type sizes (12 point and up). For
  290. example, the recommended leading for 8-point type is 9.5 points; the
  291. recommended leading for 12-point type is 15 points. 
  292.  
  293. When the type size changes from one line to the next, a value 
  294. for the leading between the two lines may be calculated as 1/3 the 
  295. leading for the point size of the first line, PLUS 2/3 
  296. the leading for the point size of the second line. EXAMPLE: 
  297. If one line is in 6-point type and the next line is in 10-point, the 
  298. leading between the two lines should be 1/3 x 7 
  299. + 2/3 x 12 = 10.3 points. When the calculated value includes 
  300. a fraction, it is prudent to round it up to the next point: 11 points in
  301. the present example.
  302.  
  303. The leading need not be specified in points: any unit of measurement
  304. recognized by the Publisher may be used.
  305.  
  306. 7.4 HEADERS AND FOOTERS
  307.  
  308. A Header or Running Head consists of one or more lines of text printed
  309. at the top of every page. The contents of the header may be changed from
  310. time to time. Sometimes, there might be no header at all. The header
  311. text may be printed anywhere on the page; it is not restricted to the
  312. top margin above the page interior, although it is normally confined to
  313. that area. 
  314.  
  315. A Footer or Running Foot consists of one or more lines of text printed
  316. at the bottom of every page. The contents of the footer may be changed
  317. from time to time. Sometimes, there might be no footer at all. The
  318. footer text may be printed anywhere on the page; it is not restricted to
  319. the bottom margin below the page interior, although it is normally
  320. confined to that area. 
  321.  
  322. The Publisher does not calculate line breaks or perform paragraphing
  323. inside headers or footers. It is the user's responsibility to place all
  324. desired line breaks inside header and footer definitions. 
  325.  
  326. HEADER/FOOTER POSITIONING 
  327.  
  328. The header-drop is the distance from the TOP of the page to the TOP of
  329. the header; the footer-drop is the distance from the TOP of the page to
  330. the TOP of the footer.
  331.  
  332. The header- and footer-drop are set via the tags
  333. <margin header= > and <margin footer= >, or the combined tag 
  334. <margin header= footer= >
  335.  
  336. If the header or footer contains more than one line, the interline 
  337. leading, line break tags, and alignment instructions can be used to
  338. position lines within the header or footer. 
  339. The positioning of headers and footers is described in more detail 
  340. under "Page Layout Co-Ordinates" (Section 7.1.3).
  341.  
  342. HEADER/FOOTER DEFINITION 
  343.  
  344. The text for a header is defined by placing it between the tags
  345.  
  346. <header>
  347. ....
  348. ....
  349. ....
  350. ....
  351. <end>
  352.  
  353. The text for a footer is defined by placing it between the tags
  354.  
  355. <footer>
  356. ....
  357. ....
  358. ....
  359. ....
  360. <end>
  361.  
  362. The tags <header>, <footer> and <end> are PUBLISHER DIRECTIVES. Unlike
  363. other tags, a directive must appear by itself on a separate line. That
  364. is, there should be no material whatsoever on the same line as the
  365. directive tag, either before or after it. 
  366.  
  367. Headers and footer definitions may consist of any number of input lines.
  368. Each input line should end with a line break tag (quad tag). Headers and
  369. footers may be defined inside include files. 
  370.  
  371. 7.5 LAYOUT PRINTING SEQUENCE
  372.  
  373. The Publisher goes through the following steps, in the given order, 
  374. as it lays out each page.
  375.  
  376. 1. Header. Print the most recently defined header (defined before the
  377. first printable character of the page interior). Note: a header intended
  378. to appear on the first page must be defined in the initialization
  379. sequence, before any printable character. 
  380.  
  381. 2. Page Interior. Format and print the page interior, according to the
  382. paragraphing, columning, etc. specified by the user. 
  383.  
  384. 3. Footer. Print the most recently defined footer (defined before the
  385. last printed character of the page interior). 
  386.  
  387. There are certain special tags that only function inside headers and 
  388. footers. They have no effect in the page interior. See the Folio section 
  389. below.
  390.  
  391. PRESERVED VARIABLES
  392.  
  393. The following variables are saved before a header or footer is printed, 
  394. and are restored afterward. In this way, tag settings in the page 
  395. interior will not affect tag settings in a header or footer, and vice 
  396. versa.
  397.          font
  398.          column width
  399.          justification
  400.          para indent
  401.          left indent
  402.          right indent
  403.          interline leading
  404.  
  405. 7.6 THE FOLIO (PAGE NUMBER)
  406.  
  407. The "folio" is the usual typesetting term for the page number. The
  408. Publisher can automatically print the folio as part of the header or
  409. footer text. The digit representation of the folio can be in Arabic
  410. Numerals (1, 2, 3, 4, etc.) or Roman Numerals (I, II, III, IV, etc.).
  411. Roman numerals may be printed in upper case or lower case letters. The
  412. folio is optional; it can be disabled, or printed at a particular
  413. location, as specified by the user. 
  414.  
  415. The tag for printing the page number is:
  416.  
  417. <PN> - Print Page Number (Print Folio)
  418.  
  419. This command may appear anywhere in the header or footer definitions. As
  420. it occurs in an output line, it is replaced by the current page number.
  421. Example: to print the folio at the bottom, center of each page, place
  422. the following code into the footer definition: <PN><QC> 
  423.  
  424. The tag:
  425.  
  426. <PN=n> -  Set Page Number (Set Folio)
  427.  
  428. sets the folio number to the specified value n. It will take effect for
  429. the next folio that is printed. The page number will be increased by one
  430. on each subsequent page. In the absence of a <PN=n> tag, page numbering
  431. will start at "1".
  432.  
  433. NOTE: The tag <PN=n> must NOT be placed inside a header or footer.
  434.  
  435. DIGIT REPRESENTATIONS
  436.  
  437. The folio can appear in ordinary Arabic digits (1,2,3...), in uppercase
  438. Roman numerals (I, II, III ...) or in lowercase Roman numerals (i, ii,
  439. iii ...). The digit representation of the folio is controlled as
  440. follows: 
  441.  
  442. <folio roman= case= >
  443.          roman= `1' Roman Numerals; `0' Arabic Numerals 
  444.          case= `1' Upper Case Numerals; `0' Lower Case Numerals (only
  445.          applicable to Roman numerals) 
  446.  
  447. If the document in the text file is going to stand alone, the page 
  448. numbering will normally start at `1'. However, if it is part of a 
  449. lengthy document occupying several files, and if the whole document 
  450. is to be numbered continuously when published, the numbering of the 
  451. pages in the second and subsequent files will start at values other 
  452. than `1'. For example, if the first file of a long document takes 
  453. up 11 pages when published, the numbering of the second file would 
  454. start at `12'; if the second file, when published, ends at page `21', 
  455. the numbering of the third file would start at `22'; and so on.
  456.  
  457. 7.7 VERTICAL JUSTIFICATION
  458.  
  459. The term Vertical Justification is applied to the process of making a
  460. small alteration in the length of the space occupied by the text; this
  461. is often done to make the text fit into a specified number of pages, or
  462. columns. Such "vertical justification" of a document may be accomplished
  463. by adjustment of such variables as the line leading, the paragraph
  464. leading, the top margin and the bottom margin, to change the number of
  465. lines of text appearing on each page. 
  466.  
  467. EXAMPLE: A document is processed by the Publisher; it fills 4 pages, and
  468. runs over on to a fifth page that contains only 3 lines of text. This
  469. not only has a clumsy, unprofessional appearance, but is also wasteful,
  470. particularly if 5000 copies of the document are going to be printed. We
  471. will assume that the document is being printed in 10-point type with the
  472. optimum line leading of 12 points, that the paragraph leading is also 12
  473. points, and the page interior is 9 inches long. The need for the short
  474. 5th page can be eliminated by the simple step of reducing the line
  475. leading and paragraph leading by 0.24 points, to 11.76 points. The
  476. reduced leading is still well within the recommended range for 10-point
  477. type: indeed, the change is so small that it will hardly be visible to
  478. the naked eye; but it will make room for an extra line of text on each
  479. page, so that the document will end one line short of the bottom of the
  480. 4th page. 
  481.  
  482. NOTE: The smallest increment by which leading (or any other Publisher
  483.       parameter) can be adjusted is 1 "dot", and the size of a "dot"
  484.       depends on the resolution of the output device. For 300x300 dpi
  485.       devices (most laser printers), a "dot" is 1/300 inch, or 0.24
  486.       points. For 180x180 dpi devices (most 24-pin dot-matrix printers),
  487.       a "dot" is 1/180 inch, or 0.4 points. For 120x72 dpi devices (most
  488.       9-pin dot-matrix printers), a "(vertical) dot" is 1/72 inch, or 1
  489.       point. 
  490.  
  491. In this Example, the need for a 5th page could also be eliminated by
  492. increasing the length of the page interior to allow an extra line of
  493. text on each page, for example by moving the bottom margin down 12
  494. points (about 0.167 inches), or by moving the top margin up 6 points,
  495. and moving the bottom margin down 6 points. This method would be more
  496. visible, but may be acceptable in some cases, provided that it leaves
  497. enough space for the header and footer (if any), and that a minor
  498. alteration in margins and page interior is not otherwise objectionable.
  499.  
  500. In the foregoing Example, vertical justification was applied to an 
  501. entire document, but it can also be applied to part of a document. 
  502. For example, the leading of part of the document may be reduced or 
  503. increased to change the location of a column break or page break.
  504.  
  505. 7.8 WIDOWS AND ORPHANS
  506.  
  507. In typesetting parlance, the term "orphan" is often applied to:
  508.  
  509. 1. The last line of a paragraph, standing alone at the 
  510. beginning of a page or column; and
  511.  
  512. 2. A heading for a new paragraph or section, or the 
  513. first line of a new paragraph, standing alone at the end of a page 
  514. or column.
  515.  
  516. Orphans look awkward, impair the legibility of the document, and should 
  517. therefore be avoided.
  518.  
  519. An orphan of type (1) can be removed by using vertical justification; 
  520. that is, the leading of part (or all) of the document preceding the 
  521. orphan can be reduced slightly in order to pull the orphan back into 
  522. the preceding column, or it can be increased slightly to push one 
  523. or more lines forward into the new column to keep the orphan company.
  524.  
  525. Essentially the same method can be used to correct orphans of type 
  526. (2). That is, the technique of vertical justification may be used 
  527. to push the heading (or first line) forward into the next column, 
  528. or to pull some text back from the next column.
  529.  
  530. In typesetting parlance, the short last line of a paragraph, if less 
  531. than one-third the normal line length, is called a widow. The 
  532. best typsetting practice is to avoid widows. (A widow which contains 
  533. nothing but the concluding part of a hyphenated word is particularly 
  534. objectionable.) A short widow at the end of a paragraph can generally 
  535. be eliminated by Tracking part or all of the paragraph, to pull the 
  536. contents of the widow back into the preceding line. A relatively long 
  537. widow at the end of a paragraph can generally be eliminated by Expanding 
  538. part or all of the paragraph to push additional text into the last 
  539. line so that it will no longer be a widow.
  540.  
  541. 7.9 PAGE LAYOUT OVER-RIDES
  542.  
  543. When a document is being processed by the Publisher, the areas available
  544. for text in a column, and on a page, are defined by the page layout
  545. instructions, and the Publisher automatically starts a new column or
  546. page when the current one is full. However, it is sometimes desirable to
  547. override these automatic functions, and force the start of a new column
  548. or page before the current one is completely full. This is known as
  549. inserting a "hard" column break or page break. It is done by means of
  550. the following Publisher Directives:
  551.  
  552. <NP> -  New Page. Starts a new page, beginning with the next line.
  553.  
  554. <NC> - New Column. Starts a new column, beginning with the next line. 
  555.  
  556. Note that these tags are "Directives". A Directive must be located on a
  557. line by itself, with no text or other instruction tags on the same line.
  558.  
  559. EXAMPLE:  Suppose that in PUBLishing this section of the Manual, an
  560. automatic page
  561. break occurred immediately after the heading for Section 7.9, leaving
  562. the heading alone at the bottom of a page. A "hard page break" can be
  563. used to move the heading to the top of the next page, as follows:
  564.  
  565.          A relatively long widow at the end of a paragraph
  566.          can generally be eliminated by Expanding part or all
  567.          of the paragraph to push additional text into the
  568.          last line so that it will no longer be a widow.<QL>
  569.          <NP>
  570.          7.9 PAGE LAYOUT OVER-RIDES
  571.  
  572.          When a document is being processed by the Publisher,
  573.          the areas available for text in a column, and on a
  574.          page, are defined by the page layout instructions,
  575.          and the Publisher automatically starts a new column
  576.          or page when the current one is full. However, it is
  577.